home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0431 / menu.bat < prev    next >
DOS Batch File  |  1997-04-01  |  909b  |  29 lines

  1. @Echo Off
  2. If "%1"=="/?" Goto Help1
  3. Goto NoHelp
  4. :Help1
  5. Cls
  6. Echo          /                             /
  7. Echo        /  │  \/\/  E  S  O  M  E       \
  8. Echo                                        /  O F T W A R E ' S
  9. Echo.
  10. Echo                     A W E S O M E        M E N U
  11. Echo   AM [/V:videoname] [/CONFIG to configure] 
  12. Echo.
  13. Echo   Menu.Bat changes drive and directory because it is meant to
  14. Echo   be in the path so that "MENU" from anywhere can load the menu
  15. Echo.
  16. Echo   WARNING!: The password is encrypted. BE SURE TO REMEMBER PASSWORD!
  17. Echo   WARNING!: Certain high resolution video drivers do not work correctly
  18. Echo             with some mouse drivers. Make sure yours is compatible before
  19. Echo             running menu with the "/V:" command switch!
  20. Goto Done
  21. :NoHelp
  22. Rem .DFM1 Change Drive Below
  23. C:
  24. Rem .DFM2 Change Directory Below
  25. CD\AM
  26. AM1 %1 %2 %3 %4
  27. RunCMD
  28. :Done
  29.